home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8639 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.rain.org!usenet
  2. From: "Guus Leeuw jr." <guusl@eiffel.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Want to remove Microsoft C++
  5. Date: Sun, 25 Feb 1996 10:53:42 -0800
  6. Organization: Interactive Software Engineering Inc. http://www.eiffel.com/
  7. Message-ID: <3130B036.5E648DA8@eiffel.com>
  8. References: <8278-217644601@nascom.com>
  9. NNTP-Posting-Host: @outback.eiffel.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (X11; I; Linux 1.2.8 i586)
  14.  
  15. bryatomg@nascom.com wrote:
  16. > I need to recover some disk space and went to remove Microsoft C++
  17. > from my Windows 3.1. system.  I removed it as followed:
  18. > 1) deleted group icon
  19. > 2) deleted MSVC files
  20. > 3) commenting out MSVC references in WIN.INI
  21.  
  22. You missed SYSTEM.INI
  23.  
  24. > When I boot my system I get the following messages:
  25. > Cannot find a device file that may be needed to run Windows in
  26. > 386 enhanced mode
  27. > You need to run the Setup program again
  28. > C:\MSVC\BIN\dosxnt.386
  29. > Press any key to continue
  30. > I was not lost in that I had a current tape backup and did a full
  31. > restore
  32. > of my environment.   How can I remove Microsoft Visual C++ again and
  33. > not get this message (what did I do wrong)?
  34.  
  35. I'd do the following: rename C:\MSVC\BIN\dosxnt.386 to, say,
  36. C:\MSVC\BIN\foobar. Edit your SYSTEM.INI and searh MSVC. Comment the
  37. lines out. Reboot your computer.
  38.  
  39. Hope this helps,
  40.     Guus
  41.